home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / sharewar / gale / setgalee.exe / {app} / Gale.exe / 0 / RCDATA / TFORMALPHAADD / TFORMALPHAADD.txt
Encoding:
Text File  |  2002-10-07  |  2.0 KB  |  108 lines

  1. object FormAlphaAdd: TFormAlphaAdd
  2.   Left = 213
  3.   Top = 153
  4.   BorderStyle = bsDialog
  5.   Caption = 'Set Alpha Channel'
  6.   ClientHeight = 244
  7.   ClientWidth = 345
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poMainFormCenter
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 12
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 329
  21.     Height = 185
  22.     Shape = bsFrame
  23.   end
  24.   object LabelMethod: TLabel
  25.     Left = 24
  26.     Top = 28
  27.     Width = 66
  28.     Height = 12
  29.     Caption = '&Create From:'
  30.     FocusControl = ComboMethod
  31.   end
  32.   object ComboMethod: TComboBox
  33.     Left = 128
  34.     Top = 24
  35.     Width = 189
  36.     Height = 20
  37.     Style = csDropDownList
  38.     ItemHeight = 12
  39.     TabOrder = 0
  40.     OnClick = ComboMethodClick
  41.     Items.Strings = (
  42.       'Current Selection'
  43.       'Opaque Colors'
  44.       'Luminance')
  45.   end
  46.   object CheckInvert: TCheckBox
  47.     Left = 128
  48.     Top = 160
  49.     Width = 165
  50.     Height = 17
  51.     Caption = '&Invert'
  52.     TabOrder = 3
  53.   end
  54.   object btnOk: TButton
  55.     Left = 176
  56.     Top = 204
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'OK'
  60.     Default = True
  61.     ModalResult = 1
  62.     TabOrder = 4
  63.   end
  64.   object btnCancel: TButton
  65.     Left = 256
  66.     Top = 204
  67.     Width = 75
  68.     Height = 25
  69.     Cancel = True
  70.     Caption = 'Cancel'
  71.     ModalResult = 2
  72.     TabOrder = 5
  73.   end
  74.   object CheckAnti: TCheckBox
  75.     Left = 128
  76.     Top = 132
  77.     Width = 165
  78.     Height = 17
  79.     Caption = '&Antialias'
  80.     TabOrder = 2
  81.   end
  82.   object GroupBox1: TGroupBox
  83.     Left = 20
  84.     Top = 56
  85.     Width = 305
  86.     Height = 65
  87.     Caption = '&Source'
  88.     TabOrder = 1
  89.     object ComboSource: TComboBox
  90.       Left = 108
  91.       Top = 12
  92.       Width = 189
  93.       Height = 20
  94.       Style = csDropDownList
  95.       ItemHeight = 12
  96.       TabOrder = 0
  97.     end
  98.     object CheckLayer: TCheckBox
  99.       Left = 108
  100.       Top = 40
  101.       Width = 177
  102.       Height = 17
  103.       Caption = 'Current Layer Only'
  104.       TabOrder = 1
  105.     end
  106.   end
  107. end
  108.